From c91e141a6cab62588c9fec5193352da0ad56254d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:46:58 -0500 Subject: [PATCH] fontbutton: Use markdown for css tree --- gtk/gtkfontbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 4dd63c107c..091ecbfe19 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -59,11 +59,11 @@ * * # CSS nodes * - * |[ + * ``` * fontbutton * ╰── button.font * ╰── [content] - *]| + * ``` * * `GtkFontButton` has a single CSS node with name fontbutton which * contains a button node with the .font style class. -- 2.30.2